home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / script / man < prev    next >
Encoding:
Text File  |  2002-09-19  |  183 b   |  17 lines

  1. alias man 
  2. {
  3.     if ([$0]) 
  4.     {
  5.         fe (1 2 3 4 5 6 7 8 n) man.type 
  6.         {
  7.             if (glob($help_path/$man.type*/$0)) 
  8.             {
  9.                 help $man.type $*
  10.                 help -wait
  11.             }
  12.         }
  13.     }
  14. }
  15.  
  16. #Dawid Kuroczko'97
  17.